home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / AMOS3D1.DMS / in.adf / Welcome.Asc < prev   
Encoding:
Text File  |  1991-07-30  |  3.1 KB  |  105 lines

  1.                       Welcome to the world of AMOS 3D
  2.                      ---------------------------------
  3.  
  4.       *** Please read all these notes before progressing further ***
  5.  
  6.  
  7. Quick Start
  8. -----------
  9.  
  10. First you must
  11.  
  12.    * Make a copy of your AMOS Programs disc
  13.  
  14.    * Update to AMOS 1.3 (or latest version)
  15.  
  16.    * Install the AMOS 3D extension
  17.  
  18. The install procedure not only adds a new extension to your AMOS Programs
  19. disc but also saves out a number of demos that show the power of AMOS 3D.
  20.  
  21.    These demos are saved into a folder called `AMOS_3D_Demos'. Also inside
  22. this folder is an `objects' folder - this holds all the 3D object files
  23. that are used by the demos.
  24.  
  25.  
  26. Compiler users
  27. --------------
  28.  
  29. Installing the 3D system and AMOS Compiler onto an AMOS Language disc can be
  30. a very tight business. Your best procedure is as follows:
  31.  
  32.    * Update to AMOS1.3 (or latest version)
  33.  
  34.    * Install 3D
  35.  
  36.    * Look at all the demos to get used to the system
  37.  
  38.    * Remove the `AMOS_3D_Demos' folder from the disc to make room for the
  39.       Compiler and/or other extensions you may wish to install
  40.  
  41.    * Install the AMOS Compiler
  42.  
  43. The AMOS 3D install procedure requires at least 240k of free disc space to
  44. work fully.
  45.  
  46.     In the Compiler install settings menu, only the first option will leave
  47. your disc with enough space for AMOS 3D. The other two options (1meg/1drive
  48. and (1 meg/2 drives) eat up too much.
  49.  
  50.     So the key is to remove the `AMOS_3D_Demos' folder as soon as you want
  51. to create an AMOS Programs disc with Compiler, 3D and any other extensions
  52. on it.
  53.  
  54.  
  55. Compiling 3D programs
  56. ---------------------
  57.  
  58. The AMOS 3D extension needs to find a file called `c3d.lib'. In the manual
  59. you are told that 3D looks inside the AMOS_System folder for this file. Since
  60. that was written we have added a more intellegent system for reading the file.
  61.  
  62. 3D looks in four places for c3d.lib:
  63.  
  64.     1 Within the current directory
  65.     2 Inside the amos_system folder - only if it exists within the
  66.       current folder
  67.     3 Inside :amos_system - the root directory
  68.     4 Where MOUSE.Abk was loaded from - depends on your environment file.
  69.  
  70.  
  71. Memory
  72. ------
  73.  
  74. It is essential to have at least 1Meg of memory. If you only have 512k you
  75. won't be able to write even the smallest 3D program from AMOS.
  76.  
  77.  
  78. Date and Time
  79. -------------
  80.  
  81. After you have updated to AMOS1.3 you'll find a program called Get_Time.AMOS
  82. on the new Programs disc. This little AMOS program supplies you with two
  83. useful procedures that report back the date and time held by the system. A
  84. feature that many of you have been requesting on your registration cards.
  85.  
  86. A3000 Users
  87. -----------
  88.  
  89. Due to a problem with Workbench and OM, you'll find that task priorities will
  90. clash when using OM from the Workbench. To avoid this problem for now, simply
  91. call OM from the CLI and don't `loadwb' at startup.
  92.  
  93.    If you really need OM and Workbench operating at the same time you can
  94. resolve the problem by typing:
  95.  
  96.       ChangeTaskPri 1
  97.  
  98. from the CLI. This will make OM much more easier to use. But don't be put
  99. off, we are working on the problem now. So by the time you return your
  100. registration card to us (with the A3000 box ticked) we'll be in a position to
  101. send you out a special update to fix this.
  102.  
  103.  
  104.  
  105.